projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f077c
)
assq-delete-all <- assoc-delete-all
author
Dave Love
<fx@gnu.org>
Mon, 19 Mar 2001 14:53:19 +0000
(14:53 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 19 Mar 2001 14:53:19 +0000
(14:53 +0000)
lispref/lists.texi
patch
|
blob
|
history
diff --git
a/lispref/lists.texi
b/lispref/lists.texi
index 6ae9e68d4025058b88bdc97348f14255a5ee809e..1f0199096f4584d231b8e31a9d80412609760fea 100644
(file)
--- a/
lispref/lists.texi
+++ b/
lispref/lists.texi
@@
-1619,10
+1619,10
@@
the associations of one copy without affecting the other:
@end smallexample
@end defun
-@defun ass
oc
-delete-all key alist
-@tindex ass
oc
-delete-all
+@defun ass
q
-delete-all key alist
+@tindex ass
q
-delete-all
This function deletes from @var{alist} all the elements whose @sc{car}
-is @var{key}. It returns the modified alist.
+is @
code{eq} to @
var{key}. It returns the modified alist.
@example
(assoc-delete-all 'foo